frontend/.pnpm-store/v3/files/91/ddfea379948a220d0423e0cd35944f4e61d6c1b72e2a54520c8ef97258ff6783ded671fc0e205bbaa57b055c5f9024b428c24959c008003f139d6ad0b26fc3

6 lines
95 B
Plaintext

export type CreateAuth = {
username?: string;
email?: string;
password: string;
};