OneSDK
    Preparing search index...

    Interface RecentCategory

    interface RecentCategory {
        banner: Banner;
        category: Kick.Category;
        category_id: number;
        deleted_at: any;
        description: any;
        id: number;
        name: string;
        slug: string;
        tags: string[];
    }
    Index

    Properties

    banner: Banner
    category: Kick.Category
    category_id: number
    deleted_at: any
    description: any
    id: number
    name: string
    slug: string
    tags: string[]