Type alias PojoConstructorOptionsCatchFn

PojoConstructorOptionsCatchFn: {
    key: string;
    keySequentialIndex: number | null;
    keysStack: {
        key: string;
        stage: PojoKeyProcessingStage;
    }[];
}

Type declaration

  • key: string
  • keySequentialIndex: number | null
  • keysStack: {
        key: string;
        stage: PojoKeyProcessingStage;
    }[]

Generated using TypeDoc