interface PushTokens {
    deviceTokens: string[];
    hasMore: boolean;
    token: string;
    type: PushTokenType;
}

Properties

deviceTokens: string[]
hasMore: boolean
token: string