hetzner-ts
    Preparing search index...

    Interface ActionError

    interface ActionError {
        code: string;
        message: string;
    }
    Index

    Properties

    Properties

    code: string
    message: string