Type Alias AppDirectoryContextResultTypePair

AppDirectoryContextResultTypePair: {
    contexts: string[];
    resultType?: string;
}