@suluk/nano-stores - v0.1.3
    Preparing search index...

    Interface MutatorInput

    interface MutatorInput {
        data?: unknown;
        params?: Record<string, string | number>;
        action?: string;
    }
    Index

    Properties

    Properties

    data?: unknown
    params?: Record<string, string | number>
    action?: string

    Overrides the store's default action for this call (the x-suluk-action cost-tracing tag).