Skip to main content

Policy <I, O>

Index

Properties

Properties

evaluate

evaluate: IsEmptyObject<I> extends true ? () => { input: I; output: O } : (x: I) => { input: I; output: O }

expr

expr: () => unknown

Type declaration

    • (): unknown
    • Returns unknown