@valon-technologies/gestalt
    Preparing search index...

    Interface ModelAction

    interface ModelAction {
        name?: string;
        relations?: readonly string[];
    }
    Index

    Properties

    Properties

    name?: string
    relations?: readonly string[]