Type Alias PostPriorityQueueOptions

PostPriorityQueueOptions: {
    comment: string;
    expiresAt?: Date | null;
    playerId: AnyPlayerId | string;
    serverApiId?: string;
}