Interface AsukaMutationRunOptions<T>
interface AsukaMutationRunOptions<T> { changed?: boolean | ((value: T) => boolean); id?: null | string | ((value: T) => undefined | null | string); } Properties
Optionalchanged
changed?: boolean | ((value: T) => boolean) Optionalid
id?: null | string | ((value: T) => undefined | null | string)