Interface ListMedia

interface ListMedia {
    limit?: number;
    page?: number;
}

Properties

Properties

limit?: number
page?: number