ProjectRoleResponse
Type Alias: ProjectRoleResponse
type ProjectRoleResponse = {
createdAt: Date;
id: string;
projectId: string;
role: "ADMIN" | "BUILDER" | "VIEWER";
updatedAt: Date;
userPubKey: string;
};Properties
createdAt
createdAt: Date;id
projectId
role
updatedAt
userPubKey
Last updated