Type Alias KSCustomMessage$buttonsArgs<ExtArgs>

KSCustomMessage$buttonsArgs<ExtArgs>: {
    cursor?: KSMessageButtonWhereUniqueInput;
    distinct?: KSMessageButtonScalarFieldEnum | KSMessageButtonScalarFieldEnum[];
    include?: KSMessageButtonInclude<ExtArgs> | null;
    omit?: KSMessageButtonOmit<ExtArgs> | null;
    orderBy?: KSMessageButtonOrderByWithRelationInput | KSMessageButtonOrderByWithRelationInput[];
    select?: KSMessageButtonSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: KSMessageButtonWhereInput;
}

KSCustomMessage.buttons

Type Parameters

Type declaration