export interface ICreatorData {
    creatorType: string;
    firstName?: string;
    lastName?: string;
    name?: string;
}
//# sourceMappingURL=ICreatorData.d.ts.map