import { Defaults } from ".."; export class CreatorCheckResult { isCreator: boolean = Defaults.Boolean; creator: string | undefined; }