@type t() :: %Spatio.Model.CreateSheetRequest{ accountId: String.t() | nil, columnCount: integer() | nil, data: %{optional(String.t()) => any()} | nil, description: String.t() | nil, name: String.t(), provider: String.t() | nil, rowCount: integer() | nil }