interface ILabel { id?: string | null; spaceId?: string | null; name?: string | null; createdAt?: string | null; updatedAt?: string | null; deletedAt?: string | null; } export { ILabel };