Interface RaainApiNotificationsFindAllMineRequest

interface RaainApiNotificationsFindAllMineRequest {
    page?: number;
    limit?: number;
    rain: string;
}

Hierarchy (view full)

Properties

Properties

page?: number
limit?: number
rain: string