@tsky/client / types / CreateAgentOptions
CreateAgentOptions 
ts
type CreateAgentOptions = 
  | {
  identifier: string;
  password: string;
 }
  | {
  session: AtpSessionData;
};Defined in: client/src/types.ts:3