pub async fn delete_app_secret(
client: &WasmerClient,
secret_id: impl Into<String>,
) -> Result<Option<DeleteAppSecretPayload>, Error>
pub async fn delete_app_secret(
client: &WasmerClient,
secret_id: impl Into<String>,
) -> Result<Option<DeleteAppSecretPayload>, Error>