Type Alias RSCustomMessageOrderByWithRelationInput

RSCustomMessageOrderByWithRelationInput: {
    buttons?: RSMessageButtonOrderByRelationAggregateInput;
    content?: SortOrderInput | SortOrder;
    dbId?: SortOrder;
    embed?: RSMessageEmbedOrderByWithRelationInput;
    rumbleStreamer?: RumbleStreamerOrderByWithRelationInput;
    rumbleStreamerId?: SortOrder;
    type?: SortOrder;
    webhook?: RSMessageWebhookOrderByWithRelationInput;
}