OrderItemAssociation: Association | ModelStatic<Model> | {
    as: string;
    model: ModelStatic<Model>;
} | string

Type declaration