Type alias StageFilestackSecurityOptions

StageFilestackSecurityOptions: {
    __typename?: "StageFilestackSecurityOptions";
    expires: Scalars["String"];
    stage: Stage;
}

Type declaration

  • Optional __typename?: "StageFilestackSecurityOptions"
  • expires: Scalars["String"]
  • stage: Stage

Generated using TypeDoc