export interface ApexClassIdentity { Id: string; Name: string; NamespacePrefix: string | null; ManageableState: string | null; }