Type Alias ProjectFees

ProjectFees: {
    createdAt: string;
    crypto?: ProjectCryptoFees;
    projectId: string;
    stripe?: ProjectStripeFees;
    updatedAt: string;
}

Type declaration