Frodo Library - v4.0.0-10
    Preparing search index...

    Type Alias SecretStoreSchemaSkeleton

    type SecretStoreSchemaSkeleton = {
        properties: Record<
            string,
            {
                description: string;
                exampleValue: string;
                propertyOrder: number;
                required: boolean;
                title: string;
                type: string;
            },
        >;
        type: string;
    }
    Index

    Properties

    Properties

    properties: Record<
        string,
        {
            description: string;
            exampleValue: string;
            propertyOrder: number;
            required: boolean;
            title: string;
            type: string;
        },
    >
    type: string