Mats Klein
init ChatGPTFirewall
8086ffb
raw
history blame contribute delete
122 Bytes
export type User = {
auth0_id: string;
username: string;
email: string;
lang: string;
max_api_calls: number;
};