IGPAPI
    Preparing search index...

    Interface IosReelsTrayResponse

    interface IosReelsTrayResponse {
        status: string;
        tray: { user: { pk: string | number } }[];
    }
    Index

    Properties

    Properties

    status: string
    tray: { user: { pk: string | number } }[]