@wppconnect-team/wppconnect - v1.36.4
    Preparing search index...

    Type Alias ModelPropertiesContructor<Model, K>

    ModelPropertiesContructor: Partial<WritableProperties<Model>> & Required<
        WritableProperties<Pick<Model, K>>,
    >

    Type Parameters

    • Model
    • K extends keyof Model = any