proposit-core
    Preparing search index...

    Type Alias TInvariantViolation

    type TInvariantViolation = {
        code: string;
        entityId: string;
        entityType: TInvariantViolationEntityType;
        message: string;
        premiseId?: string;
    }
    Index

    Properties

    code: string
    entityId: string
    message: string
    premiseId?: string