import { SdkItem } from './sdk-item';
export interface AuthorDtoQuantum extends SdkItem {
    Name: string;
    Bio: string;
    JobTitle: string;
}
