serializr
    Preparing search index...

    Type Alias AdditionalPropArgs

    AdditionalPropArgs: Pick<
        PropSchema,
        "beforeDeserialize"
        | "afterDeserialize"
        | "pattern",
    >

    Can be passed to function which create PropSchemas to set additional properties.