Type Alias KeyPrefixerSettings

KeyPrefixerSettings: {
    groupIdentifier?: string;
    identifierDelimeter?: string;
    keyDelimeter?: string;
    keyIdentifier?: string;
    rootIdentifier?: string;
}

IMPORT_PATH: "@daiso-tech/core/utilities"