export type CredentialOwner = { name: string | null; avatar?: string | null; teamId?: number; credentialId?: number; readOnly?: boolean; };