@cpod/sdk - v0.2.7
    Preparing search index...

    Interface ConfigEntry

    interface ConfigEntry {
        key: string;
        value: unknown;
        description?: string;
        createdAt: string;
        updatedAt: string;
    }
    Index

    Properties

    key: string
    value: unknown
    description?: string
    createdAt: string
    updatedAt: string