export default interface Result {
    readonly id: string;
    readonly objectType: string;
}
