PushTokenListResponseDto: {
    tokens: {
        lastSeenAt: string;
        platform: "WEB" | "IOS" | "ANDROID";
        token: string;
    }[];
}