@guardian/cdk
    Preparing search index...

    Variable AppIdentity

    AppIdentity: {
        addAppToStringEnd(appIdentity: AppIdentity, text: string): string;
        addAppToStringStart(appIdentity: AppIdentity, text: string): string;
        isAppIdentity(props: any): props is AppIdentity;
        taggedConstruct<T extends IConstruct>(
            appIdentity: AppIdentity,
            construct: T,
        ): T;
        toAlphanumericTitleCase(appIdentity: AppIdentity): string;
    }

    Type Declaration