Interface CreatedBy

interface CreatedBy {
    email: string;
    id: string;
}

Properties

Properties

email: string
id: string