interface RelationData {
    createdBy?: null | UserV1;
    createdDate?: string;
    friendlyCreatedDate?: string;
}

Hierarchy

  • Record<string, unknown>
    • RelationData

Properties

createdBy?: null | UserV1
createdDate?: string
friendlyCreatedDate?: string