export default interface Result {
    readonly profileIds: string[];
}
