ValidationResultAction: {
    callback: (() => void | PromiseLike<void>);
    label: string;
}

Type declaration