Interface ListMapCommentsInput

interface ListMapCommentsInput {
    limit?: number;
    offset?: number;
    roomSlug: string;
    taskSlug: string;
}

Properties

limit?: number
offset?: number
roomSlug: string
taskSlug: string