Type Alias DirExistsResponse

DirExistsResponse:
    | { exists: false; uuid?: string }
    | { exists: true; uuid: string }
MMNEPVFCICPMFPCPTTAAATR