stageDefinitions: RecoilState<readonly {
    name: string;
    params: readonly { readonly default: string; readonly name: string; readonly placeholder: string; readonly type: string; }[];
}[]> = ...

Generated using TypeDoc