Update creation flow refactor docs and auth test fixtures
This commit is contained in:
11
packages/shared/src/contracts/rpgAgentAnchors.ts
Normal file
11
packages/shared/src/contracts/rpgAgentAnchors.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export type {
|
||||
EightAnchorContent as RpgCreationAnchorContent,
|
||||
CoreConflictValue as RpgCreationCoreConflictValue,
|
||||
HiddenLineValue as RpgCreationHiddenLineValue,
|
||||
IconicElementValue as RpgCreationIconicElementValue,
|
||||
KeyRelationshipValue as RpgCreationKeyRelationshipValue,
|
||||
PlayerEntryPointValue as RpgCreationPlayerEntryPointValue,
|
||||
PlayerFantasyValue as RpgCreationPlayerFantasyValue,
|
||||
ThemeBoundaryValue as RpgCreationThemeBoundaryValue,
|
||||
WorldPromiseValue as RpgCreationWorldPromiseValue,
|
||||
} from './customWorldAgent';
|
||||
Reference in New Issue
Block a user